Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / GroupTextColor Property

In This Topic
    GroupTextColor Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color of the group items.
    Syntax
    'Declaration
     
    
    Public Property GroupTextColor As C1Color
    public C1Color GroupTextColor {get; set;}
    See Also